home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armageddon - Interactive Preview
/
Interactive Preview: Armageddon.iso
/
pc
/
alrtthis.dxr
/
00077.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-15
|
266 b
|
14 lines
on mouseDown
if buttonClick(3) then
set cmd to the text of member "AlertCmd"
tell the stage
closeAlertWin()
end tell
set btnName to the text of member "AlertBtn"
tell the stage
do(cmd)
return btnName
end tell
end if
end